📓 pages/the find program is recursive by default.org by @vera ☆
* I’ve been using [[find]] a lot recently to find files in my [[user home]] * I really like that it has recursive behavior by default so I can do something like * “` find . -name “sample.myco” “` * *